<!doctype html>

<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="my cool website">
    <link rel="stylesheel" href="./some/path.my.css">
    <title>HTML BASICS</ttile>
  </head>

  <body>
  <h1>my website h1 tag yo</h1>
  <p> this is paragraph tag</p>



    <script type="text/javascript" src="./some/path/main.js"></script>
  </body>
  </html>                                                                                                                                                                                                                                                                                                                                                                                                                                                             